home *** CD-ROM | disk | FTP | other *** search
- <HTML><HEAD>
- <TITLE>Tables in table</TITLE>
- </HEAD>
- <BODY BACKGROUND="bgs_medium_dark_g.gif" TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#9966FF" ALINK="#FF0000">
-
- <TABLE BORDER="0">
- <TR>
- <TD VALIGN="top" ALIGN="left" WIDTH="110">
-
- <!-- Left side sub-table -->
- <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="110">
- <TR VALIGN="top" ALIGN="left">
- <TD WIDTH="110">
-
- <!-- Left side menu contents: -->
- <B><FONT COLOR="#FFFF00">Welcome!</FONT></B>
- <P>
- <A HREF="about.html">About us</A>
- <P>
- <A HREF="contact.html">Contact us now!</A>
- <P>
- <IMG SRC="icon_mail4.gif" WIDTH="77" HEIGHT="59" HSPACE="4" VSPACE="4">
- <!-- End of left side menu contents -->
- </TD>
- <TD><BR></TD>
- </TR>
- </TABLE>
- </TD>
-
- <TD VALIGN=Top ALIGN=Left WIDTH="300">
- <!-- Right side contents: -->
-
- <P>Insert your text here... Insert your text here... Insert your text here... Insert your text here...
-
- <P>This column is set to have a width of 300 pixels, but you can change this in the TD-tag above.
-
- <!-- End of right side contents -->
- </TD>
-
- <!-- *** EXTRA COLUMN *** -->
- <TD VALIGN="top" ALIGN="left">
-
- <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="80">
- <TR ALIGN="left" VALIGN="top">
- <TD BGCOLOR="#99CCCC">
- Title
- </TD>
- <TR ALIGN="left" VALIGN="top" BGCOLOR="#FFFFCC">
- <TD>This is a small table inside the main table.</TD>
- </TR>
- </TABLE>
- <BR>
-
- <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="3" WIDTH="80">
- <TR ALIGN="left" VALIGN="top" >
- <TD BGCOLOR="#99CCCC">
- Title 2
- </TD>
- <TR ALIGN="left" VALIGN="top" BGCOLOR="#FFFFCC">
- <TD>This is another small table inside the main table.</TD>
- </TR>
- </TABLE>
-
- </TD>
- </TR>
- </TABLE>
-
- </BODY>
- </HTML>
-